home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 3 / ACE CD 3.iso / files / utils / cando12.dms / in.adf / HelpFiles / Buffers / CMD.DATA next >
Encoding:
Text File  |  1990-01-29  |  1.9 KB  |  82 lines

  1. |SetALFlags|
  2. windowtitle `SetAutoLoadFlags (CHIP and ASNEEDED) or NONE
  3. printlf `See page 6-63 for a full discussion of`
  4. printlf `the Flags used in this command.`
  5. end
  6.  
  7. |flush|
  8. windowtitle `Flush "Buffer Name"`
  9. printlf `Frees all memory used by the specified
  10. printlf `"Buffer Name".  CanDo will forget all
  11. printlf `about this buffer.`
  12. printlf
  13. print `SEE ALSO: `
  14. subject `FlushAll`FlushAll`
  15. end
  16.  
  17. |flushall|
  18. windowtitle `FlushAll`
  19. printlf `Flushes all buffers.
  20. printlf
  21. print `SEE ALSO: `
  22. subject `Flush`Flush`
  23. print ` & `
  24. subject `RamScram`RamScram`
  25. end
  26.  
  27. |ramscram|
  28. windowtitle `RamScram`
  29. printlf `Frees all Buffer Data not currently used
  30. printlf `and not modified.  CanDo does not forget
  31. printlf `about the freed buffers, but will reload
  32. printlf `them as needed.
  33. printlf
  34. print `SEE ALSO: `
  35. subject `Flush`Flush`
  36. print ` & `
  37. subject `FlushAll`FlushAll`
  38. end
  39.  
  40. |insertcblist|
  41. windowtitle `InsertChangedBufferList
  42. printlf `Types the name of all modified buffers
  43. printlf `into the current document.  Each buffer
  44. printlf `name will be on a separate line.
  45. end
  46.  
  47. |savecbuffers|
  48. windowtitle `SaveAllChangedBuffers`
  49. printlf `Save all buffers that have been modified.
  50. printlf `If the buffer was originally loaded, it
  51. printlf `will save with the loaded name, otherwise
  52. printlf `it will say with its "Buffer Name" as
  53. printlf `its file specification.
  54. end
  55.  
  56. |getbufinfo|
  57. windowtitle `GetBufferInfo "Buffer Name",Var1 {,Var2 {,Var3 {,Var4 } } }`
  58. printlf `Returns information about the specified
  59. printlf `buffer.  See page 6-64 in the user's manual
  60. printlf `for the full use of this command.
  61. end
  62.  
  63. |dispose|
  64. windowtitle `Dispose VarName`
  65. printlf `Removes the specified variable from
  66. printlf `memory, to the state before the
  67. printlf `variable was created.
  68. printlf
  69. print   `SEE ALSO: `
  70. subject `DisposeAll`DisposeAll`
  71. end
  72.  
  73. |disposeall|
  74. windowtitle `DisposeAll`
  75. printlf `Disposes all variable so that the
  76. printlf `content of all variables are lost.
  77. printlf
  78. print `SEE ALSO: `
  79. subject `Dispose`Dispose`
  80. end
  81.  
  82.